2 examples for git clone

{{ score }}
  # Clone a repository from an url to a directory
git clone url directory
        
{{ score }}
  # clone a repo from a file called repo.bundle
# which was created using 'git bundle'
git clone repo.bundle -b master repo